ComponentOne ASP.NET MVC Controls
InputTime<T> Constructor

C1.Web.Mvc Namespace > InputTime<T> Class : InputTime<T> Constructor
The html helper
The selector
Creates one InputTime<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper, _
   Optional ByVal selector As String _
)
public InputTime<T>( 
   HtmlHelper helper,
   string selector
)

Parameters

helper
The html helper
selector
The selector
See Also

Reference

InputTime<T> Class
InputTime<T> Members